home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
comm
/
mail
/
AEMail230.lha
/
aemail230
/
arexx
/
compose.readme
< prev
next >
Wrap
Text File
|
1998-09-25
|
1KB
|
33 lines
Name: Compose.aem
This ARexx script takes a message which has been created as a text file and
brings it into the AEMail Compose - Edit function. The text file can have
headers already prepared in it or can be without headers.
HOW TO IMPLEMENT
----------------
This script is probably best placed in your REXX: directory.
HOW TO USE
----------
You will need a message prepared by a text editor and placed in a file.
The message can have To:, cc:, bcc:, Reply-To: and Subject headers which
will be transferred to the AEMail compose screen. Any other headers will
be ignored by AEMail including the From: header. The From: header in the
composed message will be taken from the standard From: of the AEMail user.
Headers must be separated from the body of the message with a single return
character. If you wish to use a message with no headers a single return
must be at the beginning of the file.
The file will be brought into AEMail with the compose, Edit function. You
can modify or add to the headers as needed in the compose screen. You can
select the [Compose/Edit Message] gadget to make any modifications you want
to the message text or, if you want no modifications, don't select that
gadget. When everything is set up as you desire, you can then Send the
message, Queue the message, Save it in Pending, or Cancel the operation.